Skip to main content
Version: 24.12

Gets contract definitions from a list of IDs

Gets contract definitions from a list of IDs

Request Body array required
  • string
Responses

The contract definitions with contractDefinitionsIds from the provided list


Schema
  • message string
  • level string
  • result object
  • items object[]
  • createdAt date-time
  • createdBy string
  • modifiedAt date-time
  • modifiedBy string
  • isDeleted boolean
  • id string
  • name string
  • assetsSelector object[]
  • accessPolicyId string
  • usagePolicyId string
  • governanceStatus string

    Possible values: [draft, governed]

  • syncStatus string

    Possible values: [syncing, in sync, out of sync, not published]

POST /contractdefinitions/list

Request

Base URL
https://dgk.cx.dev.dih-cloud.com
Body required
[
"string"
]
curl -L -X POST 'https://dgk.cx.dev.dih-cloud.com/contractdefinitions/list' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '[
"string"
]'